home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.6 / linuxcon / usr / lib / linuxconf / help.eng / netconf / exports.help < prev    next >
Encoding:
Text File  |  1996-08-04  |  3.0 KB  |  74 lines

  1.   Exported file systems with NFS
  2.   Introduction
  3.  
  4.   NFS  (Network File System) is the de facto standard _U_n_i_x to _U_n_i_x file
  5.   sharing protocol. This means that _L_i_n_u_x can be a file server for any
  6.   _U_n_i_x system out there.  This configuration screen allows you to "pubĀ”
  7.   lish" some specific parts of your file system tree.
  8.  
  9.   11..  EExxppoorrttiinngg ffiillee ssyysstteemmss
  10.  
  11.   Your _L_i_n_u_x system manage its files under a large big tree. You can
  12.   specify which subdirectories you are making available to which
  13.   machine.
  14.  
  15.   Ultimately, you can specify that you export the root "/" with an empty
  16.   list of machine. This means any machine will be able to access your
  17.   files.
  18.  
  19.   By specifying one or more machines, you are restricting access.
  20.  
  21.   22..  OOppttiioonnss
  22.  
  23.   The NFS configurator of _L_i_n_u_x_c_o_n_f is fairly crud at this time.  You
  24.   must specify option enclosed in parentheses like this:
  25.  
  26.                        machinea(rw,link_relative)
  27.                        machineb(ro)
  28.  
  29.   Here are a list of the main options. Refer to the man page (man
  30.   exports) for more details (and more options).
  31.  
  32.      rroooott__ssqquuaasshh
  33.         Map requests from uid 0 on the  client to   uid  NOBODY_UID  (a
  34.         compile-time option) on the server.
  35.  
  36.      nnoo__rroooott__ssqquuaasshh
  37.         Don't map requests from uid 0.
  38.  
  39.      rroo Mount file hierarchy read-only.
  40.  
  41.      rrww Mount file hierarchy read-write.
  42.  
  43.      lliinnkk__rreellaattiivvee
  44.         Convert absolute symbolic links (where the  link contents start
  45.         with a slash) into relative links by prepending  the necessary
  46.         number of ../'s to get from the directory containing the  link
  47.         to the root on the server.  This has sub- tle, perhaps
  48.         questionable,  semantics when the file hierarchy is not mounted
  49.         at its root.
  50.  
  51.      lliinnkk__aabbssoolluuttee
  52.         Leave all symbolic link  as  they  are (the  normal behavior for
  53.         Sun-supplied NFS servers).
  54.  
  55.   33..  MMaacchhiinnee ttoo mmaacchhiinnee
  56.  
  57.   NFS introduce a fairly different approach to normal PC networking.
  58.   Most PC file sharing protocols establish a relation between one user
  59.   and one or several servers. The machine used by the user is not
  60.   relevant. Given that many PCs are running single user operating
  61.   systems this scheme make sens.
  62.  
  63.   _U_n_i_x and _L_i_n_u_x are multi-user systems. NFS configuration is a machine
  64.   to machine issue. One NFS server is granting access to different
  65.   machines either one by one or to all machine of a given network. Once
  66.   an NFS relation is activated between one server machine and one
  67.   client, all users on the client have access to the server, in the same
  68.   way they have access to files and directories on the client machine.
  69.  
  70.   If fact one user one the client machine will have about the same
  71.   access as if he was logged in the server. His access will be limited
  72.   to the different part of the file system exported by the server.
  73.  
  74.